home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / af2gb013.zip / TEMPLATE.ZIP / STATUS.APL < prev    next >
Text File  |  1995-09-16  |  873b  |  31 lines

  1. ; Template file: STATUS.APL
  2. ; Type         : AreaMgr
  3. ;
  4. ; This template generates a status report for a system.
  5. ;
  6.   Following are the options that are set for your system. Please let us know
  7.   if something is not correct.
  8.  
  9.   Aka used              : @akatouse
  10.   AreaMgr password      : @mgrpassword
  11.   File echo password    : @echopassword
  12.   File attach status    : @filestat
  13.   Other mail status     : @mailstat
  14.   TIC file mode         : @ticmode
  15.   Packing mode          : @packmode
  16.   Include template file : @template
  17.   Send notify list      : @notify
  18.   Compression type      : @compression
  19.   Available groups      : @availgroups
  20. @test(@billing,<>,"No")
  21.   Credit                : @credit
  22.   Warning level         : @warnlevel
  23.   Stop level            : @stoplevel
  24. @end
  25.  
  26.  
  27.  
  28. ---
  29.  * Origin: use %HELP for help using the AreaMgr in ALLFIX (@akatouse)
  30.  
  31.